2008-02-08 Cody Russell <bratsche@gnome.org>
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start):
Removed an extra semicolon. (#515219, reported by Kazuki IWAMOTO)
svn path=/trunk/; revision=19502
+2008-02-08 Cody Russell <bratsche@gnome.org>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start):
+ Removed an extra semicolon. (#515219, reported by Kazuki IWAMOTO)
+
2008-02-08 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkevents-quartz.c (gdk_event_translate): Ignore the
GtkCellRenderer *cell,
gboolean expand)
{
- GtkComboBox *combo_box = GTK_COMBO_BOX (layout);;
+ GtkComboBox *combo_box = GTK_COMBO_BOX (layout);
ComboCellInfo *info;
GtkComboBoxPrivate *priv;